home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / graphics / pep15.zip / CHAPT8.TXT < prev    next >
Text File  |  1993-12-14  |  6KB  |  110 lines

  1. <Chapter 8:  The File Menu>
  2.      By using the commands in the FILE menu, you can load picture files
  3. from disk into your computer's memory, and save pictures from memory as
  4. files on disk. You can also import ASCII files as text into the open
  5. object. Unless you have used the SETUP/DIRECTORY command <[12.6]>, these
  6. files will be read from and written to the directory that was active in
  7. DOS when PEP was loaded. By using the SETUP/DIRECTORY command, you can
  8. specify any other device and path that you wish to access.
  9.  
  10. <Section 8.1:  New>
  11.      The FILE/NEW command erases all picture data in your computer's
  12. memory. The open object and all other object definitions (if any) in the
  13. loaded picture file are deleted. If unsaved work would be lost, you are
  14. asked to verify before the deletion takes place. Only the picture data
  15. loaded into PEP are erased; picture files on disk are not affected by this
  16. command.
  17.  
  18. <Section 8.2:  Load>
  19.      The FILE/LOAD command displays a name menu of all files in the
  20. current directory with the extension PDL. (You can use the EXTENSIONS
  21. command <[8.5]> to change the file extension used by the LOAD command.) To
  22. load a file, select its name from this menu. If the file you select
  23. contains an object named MAIN, that object is automatically opened. (You
  24. can use the OBJECT/OPEN command <[7.1]> if you want to select a different
  25. object from the loaded picture file for viewing, editing, or printing.) If
  26. there is no MAIN object, PEP next displays a name menu of all the objects
  27. in the newly loaded file. Select an object name from this menu to open
  28. that object for editing, or select the name "/NEW/" if you want to create
  29. a new drawing from scratch.
  30.  
  31.      The picture data that was formerly loaded into PEP is deleted when
  32. you load a new file. If unsaved work would be lost, you are first asked to
  33. verify before loading takes place. Note that the current fonts, bit
  34. patterns, editing and other parameters of PEP are not changed by loading a
  35. new picture file. When you load a file, its name becomes the default
  36. filename for the SAVE command.
  37.  
  38. <Section 8.3:  Save>
  39.      After you have created or modified a picture, use the FILE/SAVE
  40. command to save your results as a file on disk. The default filename is
  41. the name of the last file that you loaded. You can either press RETURN to
  42. use this default, or type in a new file name. The file is saved with the
  43. extension PDL. (You can use the EXTENSIONS command <[8.5]> to change the
  44. file extension used by the SAVE command.)
  45.  
  46.      Using the SAVE command does not erase the loaded picture file from
  47. your computer's memory. You can continue to add to and modify the pictures
  48. in it. You do not have to use the LOAD to command to re-load the file back
  49. into PEP. It is a good practice to use the SAVE command frequently as you
  50. work, and not to wait until you are done editing. This will store your
  51. intermediate results safely on disk, and will minimize your losses in the
  52. event of a system failure.
  53.  
  54.      If you have made changes to the open object, you must close it in
  55. order to have those changes included in the saved file. If you have not
  56. already closed the open object, then, when you execute the SAVE command, a
  57. new menu is displayed. Using this menu, you can either close the open
  58. object or verify that the changes to it should not be included in the
  59. saved file.
  60.  
  61. <Section 8.3.1:  Close>
  62.      Use the FILE/SAVE/CLOSE command to close the open object so that the
  63. latest changes to it will be included in the saved file. The operation of
  64. this command is the same as the OBJECT/CLOSE command <[7.2]>.
  65.  
  66. <Section 8.3.2:  Ignore>
  67.      Use the FILE/SAVE/IGNORE command if you want to save the loaded
  68. picture file without closing the open object. In this case, changes made
  69. to the open object since the last OBJECT/CLOSE command will not be
  70. included in the saved file.
  71.  
  72. <Section 8.4:  Text-read>
  73.      The FILE/TEXT-READ command displays a name menu of all files in the
  74. current directory with the extension TXT. (You can use the EXTENSIONS
  75. command described below to change the file extension used by the TEXT-READ
  76. command.). When you choose one of these files, PEP reads that file and
  77. adds it to the open object. The entire file is read (preserving line
  78. breaks) and incorporated into the open object as a sequence of text
  79. labels. The first line of text is placed at the upper left corner,
  80. location (0,0), the second line is placed beneath this, and so forth.
  81. These labels use the default font, justification, typesize, and leading as
  82. set by the commands in the T-DEFAULTS menu <[11]>. The new labels are
  83. added to the open object; the prior contents of the open object are not
  84. affected.
  85.  
  86.      If a line from the text file contains tab characters, it will be
  87. imported as more than one text label. A label is ended whenever a tab
  88. character is encountered, and a new label is begun to the right of the
  89. prior one at an X coordinate corresponding to the appropriate next tab
  90. stop.
  91.  
  92. <Section 8.5:  Extensions>
  93.      The commands in the FILE/EXTENSIONS menu are string input commands.
  94. They allow you to change the default extensions used for loading and
  95. saving picture files and for importing text files. When you specify a new
  96. extension in the FILE/EXTENSIONS menu, the new extension appears in the
  97. appropriate line of the FILE menu as well.
  98.  
  99. <Section 8.5.1:  Load>
  100.      Use the FILE/EXTENSIONS/LOAD command to set the extension used by the
  101. FILE/LOAD command <[8.2]>.
  102.  
  103. <Section 8.5.2:  Save>
  104.      Use the FILE/EXTENSIONS/SAVE command to set the extension used by the
  105. FILE/SAVE command <[8.3]>.
  106.  
  107. <Section 8.5.3:  Text>
  108.      Use the FILE/EXTENSIONS/TEXT command to set the extension used by the
  109. FILE/TEXT command <[8.4]>.